home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
c
/
gcc261ud-c.lha
/
gnu
/
os-include
/
proto
/
nonvolatile.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-22
|
255b
|
13 lines
#ifndef PROTO_NONVOLATILE_H
#define PROTO_NONVOLATILE_H
#include <clib/nonvolatile_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/nonvolatile.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library * NVBase;
#endif
#endif